home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / views196.zip / VIEWS.CFG < prev    next >
Text File  |  1997-05-27  |  19KB  |  554 lines

  1. ;;  CONFIGURATION-TEXTFILE  FOR  VIEWS V1.96
  2. ;; -----------------------------------------
  3. ;; (will be used to configurate VIEWS.EXE with VIEWSCFG.EXE)
  4. ;;
  5. ;; (Any values are decimal for default. Hexadecimal-values must have a
  6. ;;  leading "$"-sign. eg: $1A )
  7. ;; (Everything after a semicolon ";" will be taken as a comment.)
  8. ;;
  9. ;; (Synonyms for  'ON'  are 'YES','Y','TRUE' ,'ENABLE' )
  10. ;; (Synonyms for  'OFF' are 'NO' ,'N','FALSE','DISABLE')
  11. ;;
  12. ;; If an option will stay undefined in this file, it's default-value will
  13. ;; be assumed, when interpreted by VIEWSCFG.EXE.
  14. ;;____________________________________________________________________________
  15. ;;----------------------------------------------------------------------------
  16.  
  17. ;;-[ExeFile]-    Here you define all the executables which will be configurated
  18. ;;-----------    with this cfgfile. (One additional name can be given as
  19. ;;        commandline-parameter to VIEWSCFG.)
  20. ;;        Needed if more than one copy of ViewS is used.
  21. ;;        You can use as many entries as needed.
  22. ;;
  23. ;; Default: VIEWS.EXE    (in current directory)
  24.  
  25. ;[ExeFile] c:\fm\txtview.exe
  26. ;[ExeFile] c:\utils\views.exe
  27.  
  28.  
  29. ;;-[SavDatFile]- This is the file, where the last position of a file is
  30. ;;-------------- stored, when the viewer was closed with <F10>.
  31. ;;
  32. ;; Default: VIEWSAV.DAT   (in the same directory as VIEWS.EXE)
  33.  
  34. ;[SavDatFile]    C:\UTILS\VIEWSAV.DAT
  35.  
  36.  
  37. ;;-[Speed]-This defines the scrollspeed. (max: Size of characters.)
  38. ;;---------The value is the increment for the position (in pixels) for each
  39. ;;         frame (one frame≈ 1/70 second).
  40. ;;         Negative values define actual speed-values between 0 and 1.
  41. ;; ( Speed=-1/speed ) So a -2 will scroll one pixel every 2nd frame, a
  42. ;;         -10 will scroll one pixel every 10th frame.
  43. ;;
  44. ;; Default: 4
  45.  
  46. ;[Speed] 4
  47.  
  48.  
  49. ;;-[AccelDiv]- This value is an acceleration-value for [Speed], where 0 or
  50. ;;------------ 1 means direct speed-set (not "no accelaration", but infinite
  51. ;;           acceleration) and every higher value means a lower acceleration.
  52. ;;           (Try out...:-)
  53. ;;
  54. ;; Default: 10
  55.  
  56. ; [AccelDiv] 10
  57.  
  58.  
  59. ;;-[PageAccel]- This value is the "real" acceleration-value for moves with
  60. ;;------------- <PageDown> or <PageUp>. 0 means "hard"/direct pagemoves.
  61. ;;
  62. ;; Default: 16
  63.  
  64. ; [PageAccel] 16
  65.  
  66.  
  67. ;;-[ReaderSpeed]- This is the speed for the Readersmode (key: <M>), where
  68. ;;--------------- the text will scroll down automatically with this speed.
  69. ;;                This speed is the same type as "normal" [Speed].
  70. ;;
  71. ;; Default: -25
  72.  
  73. ;[Speed] -25
  74.  
  75.  
  76. ;;-[AutoStop]- If this is disabled, a keypress on cursor-<down>/-<up> will
  77. ;;------------ make the text move down, until <Space> or the opponent cursor-
  78. ;;             key is pressed.
  79. ;;
  80. ;; Default: On
  81.  
  82. ;[AutoStop] Off
  83.  
  84.  
  85. ;;-[ScrollLock]- If this entry is enabled, horizontal-scrolling to the left
  86. ;;-------------- will be stopped at position 0. Else you can also scroll to
  87. ;;         positions below 0.
  88. ;;          (Useful, if a text begins at the very left beginning of a
  89. ;;          line, but reading would be easier if it could be shifted
  90. ;;          more to the middle of the screen... Ehh, try it and see.)
  91. ;;
  92. ;;         While reading, this can be toggled by the <Scroll-Lock>-Key
  93. ;;         too, while an ACTIVATED <Scroll-Lock>-StatusLED shows, that
  94. ;;         [ScrollLock] is DISABLED --> it shows, that you can scroll
  95. ;;         below zero.
  96. ;;
  97. ;; Default: On
  98.  
  99. ;[ScrollLock] Off
  100.  
  101.  
  102. ;;-[ExitMode]- What shall happen if <Esc> or <F10> is pressed.
  103. ;;              Immed  : exit immediately
  104. ;;              Double : exit if key is pressed twice
  105. ;;              Ask    : ask if really want to exit
  106. ;;
  107. ;; Default: Double
  108.  
  109. [ExitMode] Immed
  110.  
  111.  
  112. ;;-[Sound]- If enabled, some events will generate short PC-beeper-sounds.
  113. ;;---------
  114. ;;
  115. ;; Default: On
  116.  
  117. ;[Sound] On
  118.  
  119.  
  120. ;;-[SavChkNoDir]- If enabled, ViewS will only check the actual name of the
  121. ;;          file but not the directory-part when loading saved
  122. ;;          positions.
  123. ;; (Useful if the directory of the file has changed since the position was,
  124. ;;  saved, but can make problems if you view different files with the same
  125. ;;  name from different directories.)
  126. ;;
  127. ;; Default: On
  128.  
  129. ;[SavChkNoDir] Yes
  130.  
  131.  
  132. ;;____________________________________________________________________________
  133. ;;----------------------------------------------------------------------------
  134.  
  135. ;;-[VideoMode]- This is the videomode used for ViewS. You can either use a
  136. ;;------------- BIOS-Modenumber (with '#' as prefix !), or one of the following
  137. ;;              codes, which define the number of lines/columns:
  138. ;;
  139. ;;          Lnn  - nn= 10..61   (number of lines)   (e.g. [VideoMode] L33 )
  140. ;;      or
  141. ;;          Cmm  - mm= 80 or 90 (number of columns) (e.g. [VideoMode] C90 )
  142. ;;      or
  143. ;;         mmXnn - mm Columns by nn Lines  (e.g. [VideoMode] 90x33 )
  144. ;;
  145. ;; !! All of these modes reprogram the VGA-Chip. !!
  146. ;; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147. ;; !! This COULD damage your monitor or graphiccard, although I can't imagine
  148. ;; !! how this COULD happen on modern systems. But nevertheless I will NOT
  149. ;; !! bear ANY responsibilities for something. !!
  150. ;;
  151. ;;
  152. ;; If you have a VBE (Vesa-BIOS-Extension) installed, you can also make use
  153. ;; of the VESA-textmodes. The normal modes are:
  154. ;;
  155. ;; -VESA-Mode-   ( -Res- )    -Scanlines-
  156. ;;   #$108       ( 80x102)       480
  157. ;;   #$109       (132x 31)       400
  158. ;;   #$10A       (132x 43)       ???
  159. ;;   #$10B       (132x 50)       ???
  160. ;;   #$10C       (132x 62)       480
  161. ;;
  162. ;; -ET4000W32i-:
  163. ;;   #$2A        (100x 40)       600
  164. ;;
  165. ;;
  166. ;; (If the BIOS-textmode is >= $100 it will be taken as a VESA-mode !)
  167. ;; If VideoMode is 0 (#0), the start-videomode will be taken.
  168. ;;
  169. ;; Default: #0
  170.  
  171. ;[VideoMode] L25
  172.  
  173.  
  174. ;;-[ScanLines]- Some modes have not the normal number of scanlines, so that
  175. ;;------------- you have to give the correct number if the statusline is at
  176. ;;              a wrong position or completely hidden. If you don't know
  177. ;;              the right value, you can simply try out. This cannot damage
  178. ;;              anything (I think so at least...;-).
  179. ;;
  180. ;; Usual numbers are: 400,480 and 600.
  181. ;;
  182. ;;  For some of the VESA-textmodes I have already given the correct number in
  183. ;;  the list above.
  184. ;;
  185. ;; Default: 0  (will try to detect current scanlines)
  186.  
  187. ;[ScanLines] 480
  188.  
  189.  
  190. ;;-[ScrFreq]- Here you can switch to a (higher) screen-refresh-frequency.
  191. ;;----------- Valid numbers are 1 to 4. The actual frequency depends on your
  192. ;;            VGA-card. (Normally frequency 2 with 70 Hz is the default).
  193. ;;            Higher frequencies mean less "flickers".
  194. ;;
  195. ;;  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  196. ;;  !! WARNING: Some monitors can not handle all frequencies generated by !!
  197. ;;  !!          the VGA-card. Normally they simply switch to "stand-by",  !!
  198. ;;  !!          but older monitors can be damaged!                        !!
  199. ;;  !!                                                                    !!
  200. ;;  !!  I will NOT bear any responsibilities for problems caused by ViewS !!
  201. ;;  !!                                                                    !!
  202. ;;  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  203.  
  204. ;[ScrFreq] 3
  205.  
  206.  
  207. ;;-[ShowOfs]- If enabled, the statusline will show the current offset in the
  208. ;;----------- file instead of the lines.
  209. ;;
  210. ;; Default: Off
  211.  
  212. ;[ShowOfs] Off
  213.  
  214.  
  215.  
  216. ;;-[ChrTab]- With these entries you can define your custom ASCII-conversion
  217. ;;---------- tables.
  218. ;;         If you want to read a text with special ASCII-codes as
  219. ;;         "ÄÖÜäöü{}ß" and so on, written under Winshit, ooops I mean
  220. ;;         Windows :->, or with an Amiga, you will realize, that they use
  221. ;;         other ASCII-codes than PC-DOS for these chars.
  222. ;;         Now you can redefine any ASCII-Code to your own ones.
  223. ;;
  224. ;;    Example: Windows uses ASCII 252 ('ⁿ') for 'ü',
  225. ;;                  ASCII 228 ('Σ') for 'ä'...
  226. ;;     --> If you want to read a windows-text, use this table:
  227. ;;
  228. ;;     [ChrTab] "Windoof" ⁿ(ü),Σ(ä),   and so on.
  229. ;;
  230. ;;  Here you can define as many conversion-tables, as you want. While reading
  231. ;;  you select the current table with <T> and reset to normal ASCII with
  232. ;;  <Shift>-<T>.
  233. ;;
  234. ;; The format for a conversion-table is:
  235. ;;  [ChrTab] "<name>" <1st old> (<1st new><2nd new...>), ..., <old> (<new..>).
  236. ;;         -      -           -                     --    -       -       --
  237. ;;
  238. ;; (e.g.: [ChrTab] "Unknown" {(äöüß) , !(¡), ?(¿).
  239. ;;
  240. ;;        [ChrTab] "Windoof" ⁿ(ü),Σ(ä),÷(ö),ä(»),ô(«"),▀(ß),─(Ä),▄(Ü),╓(Ö),╖().
  241. ;;
  242. ;;        [ChrTab] ";-)" a (αߢδεƒΓπî⌡K£mÑô₧φτ√┬ûv∞%µ≡), 1 (0987654321).
  243. ;; )
  244. ;;
  245. ;; Default: none
  246.  
  247. [ChrTab] "Windows" ⁿ(ü),Σ(ä),÷(ö),ä(»),ô(«"),▀(ß),─(Ä),▄(Ü),╓(Ö),╖().
  248. [ChrTab] "Unknown" {(äöüß).
  249.  
  250.  
  251. ;;-[AttrTab]- Here you define some kind of color-attribute-tables. They allow
  252. ;;----------- the color-highlighting of certain textconstructions as the
  253. ;;          typical *Fido*-colors (a string between two asterixes) or,
  254. ;;          may be, the {TP-comments} and so on.
  255. ;;          (Look at the examples below.)
  256. ;;
  257. ;; Format:
  258. ;;  [AttrTab] "Name" {ColorTable}, ... ,{ColorTable}.
  259. ;;
  260. ;; {ColorTable}: ({IntroChars} {Attribute} {Options})
  261. ;; {IntroChars}: <BeginChar><EndChar>   or only   <BeginChar>
  262. ;; {Attribute}:  any byte-value (can be used with $ as hexadecimal)
  263. ;; {Options}:    the chars S,L,H or F  (not case-sensitive)
  264. ;;        - S means: single-color -> only the one following char gets
  265. ;;                the new color
  266. ;;        - L means: lock the current color up to the EndChar (every
  267. ;;                new BeginChar inside this string will be ignored)
  268. ;;        - H means: hide BeginChar and EndChar from the screen
  269. ;;        - F means: filter -> ignore BeginChar, if the following
  270. ;;                char is not alphanumeric (if not above ASCII 33)
  271. ;;
  272. ;; (e.g.: [AttrTab] "Fido" (** $1C hfl), ; Red on blue inside '*....*' /
  273. ;;                     ; Don't show the '*'/ Ignore if
  274. ;;                      ;  following is not "normal" /
  275. ;;                     ; Ignore other codes inside of *...*
  276. ;;
  277. ;;               (__ $1A hfl), ; Green on blue inside '_...._' /...
  278. ;;               (> $17).     ; Grey on blue behind '>'
  279. ;; )
  280. ;;
  281. ;; While reading, use <A> to select next attrib-table and <Shift>-<A> to
  282. ;; reset to no highlighting.
  283. ;;
  284. ;; Default: none
  285.  
  286. [AttrTab] "Fido" (** $1C hfl),(__ $1A hfl),(> $17).    ; typical Fido-messages
  287.  
  288. [AttrTab] "TP" ({} $1C l),('' $1A l),            ; typical TurboPascal
  289.     (1 $1A s),(2 $1A s),(3 $1A s),(4 $1A s),(5 $1A s),
  290.     (6 $1A s),(7 $1A s),(8 $1A s),(9 $1A s),(0 $1A s),
  291.     (+ $1E s),(- $1E s),(* $1E s),(/ $1E s),(: $1E s),(= $1E s),
  292.     (( $1E s),() $1E s),([ $1E s),(] $1E s),(. $1E s),(; $1E s).
  293.  
  294. [AttrTab] "ASM" (; $7F l),('' $1A l),(: $1E s),         ; typical ASM-Source
  295.     (1 $1A s),(2 $1A s),(3 $1A s),(4 $1A s),(5 $1A s),  ; hmm, could be better
  296.     (6 $1A s),(7 $1A s),(8 $1A s),(9 $1A s),(0 $1A s),
  297.     (+ $1E s),(- $1E s),(* $1E s),(/ $1E s).
  298.  
  299.  
  300. ;;-[DefChrTab]- Here you can give the name of the char-conversion table which
  301. ;;------------- shall be active at the start of ViewS. (not case-sensitive)
  302. ;;
  303. ;; Default: none
  304.  
  305. ;[DefChrTab] Unknown
  306.  
  307.  
  308. ;;-[DefAttrTab]- Here you can give the name of the color-attribute table which
  309. ;;-------------- shall be active at the start of ViewS. (not case-sensitive)
  310. ;;
  311. ;; Default: none
  312.  
  313. ;[DefChrTab] Fido
  314.  
  315.  
  316.  
  317.  
  318. ;;-[Wrap]- This enables the wrapmode where lines, which are longer than the
  319. ;;-------- screenwidth, will be wrapped to the next line.
  320. ;;
  321. ;;    Normal/On: The normal wrapmode, where lines are broken, if needed, no
  322. ;;            matter, if this will break a word in two pieces or not.
  323. ;;    Word     : The wordwrap-mode, where it is tried to keep a word in one
  324. ;;            piece, when wrapping it's line.
  325. ;;    No/Off     : Wrapmode off, where lines won't be broken in any way (up
  326. ;;            to the next CR/LF).
  327. ;;
  328. ;; Default: Word
  329.  
  330. ;[Wrap] Off
  331.  
  332.  
  333. ;;-[PosBarLen]- Defines the length (in chars) of the position-bar, which is
  334. ;;------------- at the background-color of the statusbar.
  335. ;;        If it is -1 , the length will be calculated by the number of
  336. ;;        bytes, which are shown on the current screen, in relation to
  337. ;;        the filesize.
  338. ;;        A 0 will disable the position-bar.
  339. ;;
  340. ;; Default: -1
  341.  
  342. ;[PosBarLen] 1
  343.  
  344.  
  345. ;;-[ShowBGr]- If enabled, every position on the screen where is no char of
  346. ;;----------- the file, will have this char: '░'.
  347. ;;
  348. ;; Default: Off
  349.  
  350. ;[ShowBGr] no
  351.  
  352.  
  353. ;;____________________________________________________________________________
  354. ;;----------------------------------------------------------------------------
  355.  
  356. ;;-[UseMouse]- If disabled, the mousesupport will be disabled.
  357. ;;------------
  358. ;;
  359. ;; Default: On
  360.  
  361. ;[UseMouse] Yes
  362.  
  363.  
  364. ;;-[MsSensX]- These are the values for the mousesensitivity. Higher means
  365. ;;-[MsSensY]- more sensitive. (8 is standard)
  366. ;;-----------
  367. ;;
  368. ;; Default: 8
  369.  
  370. ;[MsSensX] 8
  371. ;[MsSensY] 8
  372.  
  373.  
  374. ;;-[MsVertMode]- This defines the behaviour for vertical mousemoves.
  375. ;;--------------
  376. ;;    No      : No support for vertical movement.
  377. ;;    Analog  : Speed depends on distance of mousecursor from screen-mid.
  378. ;;    Digital : If mousecursor is in the zone defined by [MsDistD], speed
  379. ;;        will be set to [Speed] as if a cursorkey is pressed, else
  380. ;;        it will be zero.
  381. ;;
  382. ;; Default: Analog
  383.  
  384. ;[MsVertMode] Analog
  385.  
  386.  
  387. ;;-[MsHorizMode]- This defines the behaviour for horizontal mousemoves.
  388. ;;---------------
  389. ;;    No      : No support for horizontal movement.
  390. ;;    AbsRev  : Absolute movement. Horizontal position depends directly
  391. ;;        but reversed on mousecursor-position.
  392. ;;    Abs     : Absolute movement, but not reversed.
  393. ;;    RelRev  : Relative movement (position-change depends on mousecursor-
  394. ;;        movement), reversed.
  395. ;;    Rel     : Relative movement, not reversed.
  396. ;;
  397. ;; Default: RelRev
  398.  
  399. ;[MsVertMode] RelRev
  400.  
  401. ;;-[MsDistA]- This is the distance from the middel of the screen which must
  402. ;;----------- be exceeded to enable ANALOG movement.
  403. ;;
  404. ;; Default: 2
  405.  
  406. ;[MsDistA] 2
  407.  
  408.  
  409. ;;-[MsDistD]- This is the distance from the top/bottom of the screen from
  410. ;;----------- where on DIGITAL movement will be enabled.
  411. ;;
  412. ;; Default: 5
  413.  
  414. ;[MsDistD] 5
  415.  
  416.  
  417. ;;-[MsVertBttn]-- This defines the button(s) which mussed be pressed to enable
  418. ;;-[MsHorizBttn]- vertical/horizontal movement. 0 means that no button-press
  419. ;;--------------- is needed.
  420. ;;          0: no button;
  421. ;;          1: left button;   2: right button;   4: middel button;
  422. ;;  Add the values for more than one button;
  423. ;;  (e.g.: 3: left+right button pressed;   7: all buttons pressed)
  424. ;;
  425. ;; Default: 0  (Vertical)
  426. ;;          1  (Horizontal)
  427.  
  428. ;[MsVertBttn] 0
  429. ;[MsHorizBttn] 1
  430.  
  431.  
  432. ;;-[MsEndBttn]- This is (are) the button(s) which mussed be pressed to exit
  433. ;;------------- ViewS.
  434. ;;
  435. ;; Default: 3
  436.  
  437. ;[MsEndBttn] 3
  438.  
  439.  
  440. ;;-[MouseCursor]- Show mousecursor or not.
  441. ;;---------------
  442. ;;
  443. ;; Default: On
  444.  
  445. ;[MouseCursor] No
  446.  
  447.  
  448. ;;____________________________________________________________________________
  449. ;;----------------------------------------------------------------------------
  450.  
  451. ;;-[WinSpeedDiv]- This value gives the speed for shifting the window/message-
  452. ;;--------------- line into the screen. Higher means slower.
  453. ;;
  454. ;; Default: 6
  455.  
  456. ;[WinSpeedDiv] 6
  457.  
  458.  
  459. ;;-[MsgDelay]-    This is the time in frames (≈1/70 seconds) while a normal
  460. ;;------------    message will remain on the screen. (Some messages will remain
  461. ;;        half or twice this time, depending on importance and so on...)
  462. ;;
  463. ;; Default: 70
  464.  
  465. ;[MsgDelay] 70
  466.  
  467.  
  468. ;;-[PosRestoreMsg]- If enabled, everytime a position is restored (<Alt>-
  469. ;;                  Cursorkeys), a message will be shown.
  470. ;;-----------------
  471. ;;
  472. ;; Default: Off
  473.  
  474. ;[PosRestoreMsg] Off
  475.  
  476.  
  477. ;; The following fields define the colorattributes.
  478. ;; These are all bytevalues, where the highnibble is the background- and the
  479. ;; lownibble the foreground-color.
  480. ;;
  481. ;; $0..$7: dark colors;  $8..$F: bright colors
  482. ;;dark:   $0:black,$1:blue,$2:green,$3:cyan,$4:red,$5:magenta,$6:brown,$7:grey
  483. ;;bright: $8       $9      $A       $B      $C     $D         $E       $F
  484. ;;
  485. ;; (e.g.: $13 = blue on cyan    $78 = darkgrey on grey)
  486.  
  487. ;[TxtAttr]    $1B    ; Normal text.    │Default: $1B
  488. ;[BGrAttr]    $18    ; Background    │Default: $18
  489. ;[WrapAttr]    $18    ; Wrap-Background  │Default: $18
  490. ;[StatAttr]    $2F    ; Status-bar    │Default: $2F
  491. ;[PosBarAttr]    $60    ; Filepos.-Bar  │Default: $60
  492. ;[WinAttr]    $78    ; Window-frames    │Default: $78
  493. ;[HelpAttr]    $70    ; Help-Text    │Default: $70
  494. ;[InpAttr]    $7E    ; Inputlines    │Default: $7E
  495. ;[InpSelAttr]    $1F    ; Selected text in Inputlines │Default: $1F
  496. ;[RunAttr]    $3C    ; Progressdisplay when busy  │Default: $3C
  497. ;[MouseAttr]    $58    ; Mousecursor-XOR    Default: $58
  498. ;[MsgAttr]    $35    ; Messages    │Default: $35
  499.  
  500.  
  501. ;;-[CallOldKbHandler]-    If enabled, the program will call the old keyboard-
  502. ;;--------------------    handler (but will still use it's own handler). If
  503. ;;            disabled you can't use TSRs which use the keyboard-
  504. ;;            interrupt.
  505. ;;            On (very?) slow systems it can flicker or jerk a bit
  506. ;;            if enabled!
  507. ;;
  508. ;; Default: Off
  509.  
  510. ;[CallOldKbHandler] no
  511.  
  512.  
  513. ;;-[NoCLI]-  Enable this, if you get problems with multitaskers or other back-
  514. ;;---------  ground-processes. (Maybe, this will fix it.)
  515. ;;
  516. ;; Default: Off
  517.  
  518. ;[NoCLI] On
  519.  
  520.  
  521. ;;-[DelayCLI]-  Lower or raise this value, if you experience slowed or
  522. ;;------------  stopped background-processes (eg. MOD-Player music slows down)
  523. ;;              Try to change it by around 1000.
  524. ;;
  525. ;; Default: 12500
  526.  
  527. ;[DelayCLI] 12500
  528.  
  529.  
  530. ;;-[ReadBufSize]- This defines the size of the readbuffer in bytes (used for
  531. ;;--------------- caching the file (--> bigger buffers can also have dis-
  532. ;;          advantages (Try to change it if VIEWS slows down at start
  533. ;;          or flickers often)).
  534. ;;
  535. ;; Default: 512  (max: 65534)
  536.  
  537. [ReadBufSize] 16384
  538.  
  539.  
  540. ;;-[Pal0]..[PalF]- Here you can define a custom palette by defining rgb-values
  541. ;;---------------- (red,green,blue) for the colors behind [Pal?] while ? is
  542. ;;           the hexadecimal number of the color. The rgb-values have a
  543. ;;           range between 0 and 63. (e.g.: [Pal4] 63,0,0 ;red )
  544. ;; (Colors $0,$1,$8,$F (foreground) and $7 (background) are constantly used
  545. ;;  for the help screen. (I think I will make it more flexible in the future))
  546. ;; (Colors $8,$B,$C are constantly used for the statusbar-foreground.)
  547. ;; (--> avoid using $0,$1,$8,$B,$F for customized colors)
  548. ;;
  549. ;; Default:  active palette when started VIEWSCFG
  550.  
  551. [Pal1] 00,10,35        ; currently text-background
  552. [PalB] 00,63,63         ; currently text-foreground
  553. [Pal6] 00,20,30         ; currently position-bar
  554.